HomeSort by: relevance | last modified time | path
    Searched refs:getFunctionTypeLoc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Comment.cpp 158 static bool getFunctionTypeLoc(TypeLoc TL, FunctionTypeLoc &ResFTL) {
311 if (getFunctionTypeLoc(TL, FTL)) {
335 if (getFunctionTypeLoc(TL, FTL)) {
356 if (getFunctionTypeLoc(TL, FTL)) {
Decl.cpp 3507 FunctionTypeLoc FunctionDecl::getFunctionTypeLoc() const {
3514 FunctionTypeLoc FTL = getFunctionTypeLoc();
3546 FunctionTypeLoc FTL = getFunctionTypeLoc();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h 2504 FunctionTypeLoc getFunctionTypeLoc() const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 8426 if (FunctionTypeLoc Loc = MD->getFunctionTypeLoc())

Completed in 27 milliseconds