OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCookedLiteral
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
ExprCXX.h
395
Expr *
getCookedLiteral
();
396
const Expr *
getCookedLiteral
() const {
397
return const_cast<UserDefinedLiteral*>(this)->
getCookedLiteral
();
[
all
...]
/external/clang/lib/AST/
ExprCXX.cpp
689
Expr *UserDefinedLiteral::
getCookedLiteral
() {
[
all
...]
Completed in 40 milliseconds